The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "time::hires"

Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers River stage five • 937 direct dependents • 10354 total dependents

The "Time::HiRes" module implements a Perl interface to the "usleep", "nanosleep", "ualarm", "gettimeofday", and "setitimer"/"getitimer" system calls, in other words, high resolution time and timers. See the "EXAMPLES" section below and the test scri...

ATOOMIC/Time-HiRes-1.9764 - 10 Aug 2020 22:23:42 UTC - Search in distribution

SPVM::Time::HiRes - High Resolution Time River stage zero No dependents

The Time::HiRes class in SPVM has methods to manipulate high resolution time....

KIMOTO/SPVM-Time-HiRes-0.004 - 30 Nov 2023 01:24:02 UTC - Search in distribution

Test::Time::HiRes - drop-in replacement for Test::Time to work with Time::HiRes River stage one • 2 direct dependents • 7 total dependents

Drop-in replacement for Test::Time that also works with the Time::HiRes functions "usleep" and "gettimeofday". Must be loaded before importing functions from Time::HiRes. Patches/suggestions very welcome. This was just a quick fix to a problem....

MJEMMESON/Test-Time-HiRes-0.05 - 04 Jun 2020 20:26:08 UTC - Search in distribution

Time::HiRes::Value - represent a time value or interval in exact microseconds River stage one • 1 direct dependent • 1 total dependent

The Time::HiRes module allows perl to access the system's clock to microsecond accuracy. However, floating point numbers are not suitable for manipulating such time values, as rounding errors creep in to calculations performed on floating-point repre...

PEVANS/Time-HiRes-Value-0.08 - 23 Jun 2015 16:00:30 UTC - Search in distribution

Time::HiRes::Sleep::Until - Provides common ways to sleep until... River stage zero No dependents

Sleep Until provides sleep wrappers for sleep functions that I commonly need. These methods are simply wrappers around Time::HiRes and Math::Round. We use this package to make measurements at the same time within the minute for integration with RRDto...

MRDVT/Time-HiRes-Sleep-Until-0.09 - 03 Jan 2023 00:23:08 UTC - Search in distribution

DateTime::HiRes - Create DateTime objects with sub-second current time resolution River stage three • 4 direct dependents • 305 total dependents

This module enables you to generate DateTime objects that represent the current time with sub-second resolution....

DROLSKY/DateTime-HiRes-0.04 - 26 Jul 2020 22:47:50 UTC - Search in distribution

Test::MockTime::HiRes - Replaces actual time with simulated high resolution time River stage three • 3 direct dependents • 302 total dependents

"Test::MockTime::HiRes" is a Time::HiRes compatible version of Test::MockTime. You can wait milliseconds in simulated time. It also provides "mock_time" to restrict the effect of the simulation in a code block....

TARAO/Test-MockTime-HiRes-0.08 - 04 Feb 2018 06:55:18 UTC - Search in distribution

DBIx::Class::TimeStamp::HiRes - Like DBIC TimeStamp but in HiRes River stage zero No dependents

Extends DBIx::Class::TimeStamp and overrides its get_timestamp method with DateTime::HiRes...

JJUDD/DBIx-Class-TimeStamp-HiRes-v1.0.1 - 17 Sep 2014 16:04:32 UTC - Search in distribution

Time::AutoRes - use Time::HiRes or fall back to core code River stage zero No dependents

Time::AutoRes provides access to most of the functions that may be imported from Time::HiRes (see list below). If Time::HiRes isn't available, Time::AutoRes silently falls back to core Perl functions; when this happens, it tries to emulate Time::HiRe...

NKUITSE/Time-AutoRes-0.02 - 29 Apr 2004 01:42:09 UTC - Search in distribution

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution

UR - rich declarative transactional objects River stage one • 1 direct dependent • 1 total dependent

UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, obje...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

AE - simpler/faster/newer/cooler AnyEvent API River stage three • 409 direct dependents • 668 total dependents

This module documents the new simpler AnyEvent API. The rationale for the new API is that experience with EV shows that this API actually "works", despite its lack of extensibility, leading to a shorter, easier and faster API. The main differences fr...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

CIPP - Reference Manual River stage zero No dependents

This is the reference manual for CIPP, the powerful preprocessor language for embedding Perl and SQL in HTML. This documentation module is part of the CIPP distribution which is available on CPAN. The manual describes CIPP's basic syntax rules, class...

JRED/CIPP-3.0.8 - 27 Oct 2006 13:06:00 UTC - Search in distribution

swaks - Swiss Army Knife SMTP, the all-purpose smtp transaction tester River stage zero No dependents

swaks' primary design goal is to be a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple version of the SMTP protocol including SMTP, ESMTP, and LMT...

MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution

perldl - Simple shell for PDL (see also pdl2) River stage three • 93 direct dependents • 101 total dependents

The program perldl is a simple shell (written in perl) for interactive use of PDL. It consists of a command-line interface that supports immediate interpretation of perl commands and expressions. Perl expressions, including PDL constructs, can be ent...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

mpopd - A POP3 stand-alone forking daemon or inetd server River stage zero No dependents

To run mpopd under inetd: Place a line like the following in inetd.conf: pop3 stream tcp nowait root /usr/sbin/tcpd /usr/bin/mpop The /etc/services file must have an entry similar to this: pop3 110/tcp To run as a standalone daemon: Either: Use the m...

ETJ/Mail-POP3-3.11 - 05 Sep 2020 11:49:09 UTC - Search in distribution

sash - Sweet Ass Shell River stage one • 1 direct dependent • 1 total dependent

This tool is a shell to some common data sources. It was inspired by the many character based database tools so that I could work with the Salesforce.com API in the same manner. I simply wanted a CUI that worked on all of the different machines that ...

WBAILEY/Sash-1.01 - 17 Mar 2007 00:13:22 UTC - Search in distribution

KCP - Perl extension for skywind3000/kcp River stage zero No dependents

extension for skywind3000/kcp. new( $conv[, $user] ) Create a KCP instance, such as: my $kcp = KCP::new($conv, $user); $conv is conversation ID of KCP. $user is user data and it will be deliveried to output subroutine (see KCP::set_output for more de...

HOMQYY/KCP-0.04 - 05 Dec 2022 07:42:06 UTC - Search in distribution

tel - script for router logins River stage zero No dependents

RDRAKE/App-Tel-0.201601 - 23 Sep 2016 01:41:44 UTC - Search in distribution

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution
443 results (0.237 seconds)